home *** CD-ROM | disk | FTP | other *** search
/ Champak 43 / Vol 43.iso / games / superdog.swf / scripts / DefineSprite_711 / frame_16 / DoAction.as
Encoding:
Text File  |  2007-06-25  |  134 b   |  10 lines

  1. stop();
  2. onEnterFrame = function()
  3. {
  4.    if(Key.isDown(32))
  5.    {
  6.       _parent.play();
  7.       delete this.onEnterFrame;
  8.    }
  9. };
  10.